home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 807 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  846 b 

  1. Path: ratty.wolfe.net!usenet
  2. From: mcguire@wolfe.net (McGuire)
  3. Newsgroups: comp.unix.questions,comp.lang.c,comp.unix.programming
  4. Subject: SIGBUS - What are the possible causes?
  5. Date: Tue, 09 Jan 1996 07:11:16 GMT
  6. Organization: Wolfe Internet Access, L.L.C.
  7. Message-ID: <4ct4es$3k7@news1.wolfe.net>
  8. NNTP-Posting-Host: sea-ts2-p12.wolfenet.com
  9. X-Newsreader: Forte Free Agent v0.55
  10.  
  11. Hello all,
  12.  
  13. I am trying to compile a program under gcc 2.7.0 that works under the
  14. native HP-UX 9.05 cc.  In one routine I get a SIGBUS error.  When I
  15. ignore the SIGBUS error, I get a segmentation violation.  When I add
  16. some code to test what might be happening, the location at which the
  17. error occurs appears to change (I am using gdb under xemacs).  Does
  18. anyone have any ideas as to what the possible causes of such an error
  19. might be.
  20.  
  21. Thanks for your help,
  22.  
  23. Mike
  24.  
  25.